![]() |
Kinetis SDK API Reference Manual
1.0.0-beta
Freescale Semiconductor, Inc.
|
#include <stdint.h>#include <stdbool.h>#include <assert.h>#include "fsl_device_registers.h"#include "fsl_smc_features.h"Data Structures | |
| struct | smc_power_mode_protection_config_t |
| Power mode protection configuration. More... | |
Functions | |
System mode controller APIs | |
| void | smc_hal_config_power_mode_protection (smc_power_mode_protection_config_t *protectConfig) |
| Configures all power mode protection settings. More... | |
| void | smc_hal_set_power_mode_protection (power_modes_protect_t protect, bool allow) |
| Configures the individual power mode protection settings. More... | |
| bool | smc_hal_get_power_mode_protection (power_modes_protect_t protect) |
| Gets the the current power mode protection setting. More... | |
| void | smc_hal_power_mode_config_run (smc_run_mode_t runMode) |
| Configures the the RUN mode control setting. More... | |
| smc_run_mode_t | smc_hal_power_mode_get_run_config (void) |
| Gets the current RUN mode configuration setting. More... | |
| void | smc_hal_power_mode_config_stop (smc_stop_mode_t stopMode) |
| Configures the STOP mode control setting. More... | |
| smc_stop_mode_t | smc_hal_power_mode_get_stop_config (void) |
| Gets the current STOP mode control settings. More... | |
| void | smc_hal_power_mode_config_stop_submode (smc_stop_submode_t stopSubMode) |
| Configures the stop sub mode control setting. More... | |
| smc_stop_submode_t | smc_hal_power_mode_get_stop_submode_config (void) |
| Gets the current stop submode configuration settings. More... | |
| uint8_t | smc_hal_get_power_mode_stat (void) |
| Gets the current power mode stat. More... | |